Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class / FillFromDataReader Method
the reader to read from
the column name


In This Topic
    FillFromDataReader Method (NDataSeries<T>)
    In This Topic
    The data series is filled from the specified column of the OleDbDataReader.
    Syntax
    'Declaration
     
    
    Public Sub FillFromDataReader( _
       ByVal dataReader As System.Data.IDataReader, _
       ByVal columnName As System.String _
    ) 
    'Usage
     
    
    Dim instance As NDataSeries(Of T)
    Dim dataReader As System.Data.IDataReader
    Dim columnName As System.String
     
    instance.FillFromDataReader(dataReader, columnName)
    public void FillFromDataReader( 
       System.Data.IDataReader dataReader,
       System.string columnName
    )

    Parameters

    dataReader
    the reader to read from
    columnName
    the column name
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also